home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / fontconfig.prerm < prev    next >
Encoding:
Text File  |  2010-04-17  |  309 b   |  16 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installdefoma
  4. case "$1" in
  5.     upgrade)
  6.         if [ -x "`which defoma-app 2>/dev/null`" ]; then
  7.             defoma-app clean fontconfig
  8.         fi
  9.         ;;
  10.     remove)
  11.         if [ -x "`which defoma-app 2>/dev/null`" ]; then
  12.             defoma-app purge fontconfig
  13.         fi
  14. esac
  15. # End automatically added section
  16.